home *** CD-ROM | disk | FTP | other *** search
-
- ;;;
- ;;; Cloud Isosurface Initialization File
- ;;;
- ;;; Purpose
- ;;; Opens a window and loads the cloudlg.hdf Vset for viewing in it.
-
- ; Open the window and load the isosurface into it
- window open polyview "Cloud Isosurface"
- draw outlined
-
- data z "cloud triangle px values"
- data y "cloud triangle py values"
- data x "cloud triangle pz values"
- data connect "triangle connectivity"
- data color "vertex temperatures"
- data file cloudlg.hdf
- data frame /*
- data load
-
- props grid xy
- props axes large
-
- drag vertices
- window open palette
- palette use b_to_w
-